[Extension()] public static bool EndsWithAny( string thisString, string[] array, StringComparison stringComparison )
Parameters
- thisString
- This string.
- array
- An array containing possible values for end of thisString.
- stringComparison
- One of the enumeration values that determines how this string is compared to value.